dbicButton Send comments on this topic.
BeforeTextDisplayEventArgs Class Members
See Also  Properties 
dbicButton Assembly > Dbi.WinControl.Button Namespace : BeforeTextDisplayEventArgs Class


"

The following tables list the members exposed by BeforeTextDisplayEventArgs.

"

Public Constructors

 NameDescription
public ConstructorBeforeTextDisplayEventArgs ConstructorCreates a new instance of the Class.  
Top

Public Properties

 NameDescription
public PropertyButtonStatusThe current status of the button.  
public PropertyFontGets and sets the Font that will be used to render the text in the control.  
public PropertyTextGets and sets the text that will be rendered in the control.  
public PropertyTextAlignmentGets and sets the alignment used when rendering the text in the control.  
public PropertyTextColorGets and sets the color used to paint the text in the control.  
public PropertyTextFormatGets and sets the string format applied to the rendered text in the control.  
Top

See Also