CommandLinkButtonUseDefaultGlyph Property
Gets or sets whether the default arrow glyph should be displayed.
Default value: .
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
[DefaultValueAttribute(true)]
public bool UseDefaultGlyph { get; set; }
<DefaultValueAttribute(true)>
Public Property UseDefaultGlyph As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool UseDefaultGlyph {
bool get ();
void set (bool value);
}
[<DefaultValueAttribute(true)>]
member UseDefaultGlyph : bool with get, set
Property Value
Boolean to display the default arrow glyph, unless
IsElevated is
, or
Image is set.
to not to display any image, unless
IsElevated is
, or
Image is set.