Back to Devexpress

WindowsUIButtonPanel.PeekFormSize Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-windowsuibuttonpanel-583ab270.md

latest2.1 KB
Original Source

WindowsUIButtonPanel.PeekFormSize Property

Gets or sets a Peek Form’s size.

Namespace : DevExpress.XtraBars.Docking2010

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DXCategory("Behavior")]
[EditorBrowsable(EditorBrowsableState.Never)]
public Size PeekFormSize { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DXCategory("Behavior")>
Public Property PeekFormSize As Size

Property Value

TypeDescription
Size

A System.Drawing.Size structure that specifies a Peek Form’s size.

|

Remarks

A Peek Form is a popup that allows you to display custom content for a WindowsUIButtonPanel‘s button when it is hovered over. If the PeekFormSize property is set to Size.Empty , a Peek Form’s size is automatically calculated to fit the contained control. The PeekFormSize property allows you to explicitly specify the size of a Peek Form. Content of a Peak Form that is about to be displayed can be specified using the WindowsUIButtonPanel.QueryPeekFormContent event.

See Also

QueryPeekFormContent

WindowsUIButtonPanel Class

WindowsUIButtonPanel Members

DevExpress.XtraBars.Docking2010 Namespace