ShouldDraw Property (ShouldDrawFontEventArgs)
In This Topic
Gets or sets whether the font should appear in the drop-down list of the
RibbonFontComboBox.
Syntax
'Declaration
Public Property ShouldDraw As Boolean
public bool ShouldDraw {get; set;}
See Also