Version

CancelableAutoSizeEditEventArgs Class Members

The following tables list the members exposed by CancelableAutoSizeEditEventArgs.

Public Constructors
 NameDescription
Public ConstructorCancelableAutoSizeEditEventArgs ConstructorConstructor  
Public Properties
 NameDescription
Public PropertyAddExtraLineForPaddingGets/Sets an extra line for padding.  
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyMaxHeightGets or sets the max height of the edit control.  
Public PropertyMaxWidthGets or sets the max wdith of the edit control.  
Public PropertyMultiLineTextboxHeightPaddingGets/Sets the height of padding that will be added at the bottom of the text area.  
Public PropertyStartHeightGets or sets the starting height of the edit control.  
Public PropertyStartWidthGets or sets the starting width of the edit control.  
See Also