Whether the panel will display a Close button, which allows the user to close the
panel.
Syntax
| Visual Basic (Declaration) | |
|---|
<ResDescriptionAttribute("Whether the window will have a close button")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<PersistenceModeAttribute()>
<ResCategoryAttribute("Floating Panel Appearance")>
Public Property CloseButton As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As FloatingPanel
Dim value As Boolean
instance.CloseButton = value
value = instance.CloseButton
|
| C# | |
|---|
[ResDescriptionAttribute("Whether the window will have a close button")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[PersistenceModeAttribute()]
[ResCategoryAttribute("Floating Panel Appearance")]
public bool CloseButton {get; set;} |
Remarks
See Also