Version

ISupportsAutoSize Interface Members

The following tables list the members exposed by ISupportsAutoSize.

Public Properties
 NameDescription
 PropertyAutoSizeGets or sets the whether the editor should autosize. Default should be false.  
 PropertyMaxHeightGets or sets the max height the edit control can be resized to. If it's 0, then it should be ignored.  
 PropertyMaxWidthGets or sets the max width the edit control can be resized to. If it's 0, then it should be ignored.  
 PropertyStartHeightGets or sets the starting height of the edit control. Editor sets its underlying control's height to this height when going into edit mode. If this is 0, then it should be ignored.  
 PropertyStartWidthGets or sets the starting width of the edit control. Editor sets its underlying control's width to this width when going into edit mode. If this is 0, then it should be ignored.  
See Also