Version

CustomizationDialogDisplayingEventArgs Class Members

The following tables list the members exposed by CustomizationDialogDisplayingEventArgs.

Public Constructors
 NameDescription
Public ConstructorCustomizationDialogDisplayingEventArgs ConstructorInitializes a new instance of the CustomizationDialogDisplayingEventArgs class.  
Public Properties
 NameDescription
Public PropertyAllowChangeDisplayStyleGets or sets a value indicating whether the user can change the DisplayStyle via the dialog  
Public PropertyAllowChangeMaxVisbleItemsGets or sets a value indicating whether the user can change the MaximumVisibleItems via the dialog  
Public PropertyAllowReorderGets or sets a value indicating whether the user can reorder the visible items via the dialog  
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyPossibleDisplayStyleValuesGets or sets a value of flags indicating which DisplayStyles the user can selected via the dialog.  
Public PropertyUseCustomFormBordersGets or sets a value indicating whether the dialog is displayed using custom form borders  
See Also