'Declaration Public Event CustomizationDialogDisplaying As EventHandler(Of CustomizationDialogDisplayingEventArgs)
public event EventHandler<CustomizationDialogDisplayingEventArgs> CustomizationDialogDisplaying
The event handler receives an argument of type CustomizationDialogDisplayingEventArgs containing data related to this event. The following CustomizationDialogDisplayingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
AllowChangeDisplayStyle | Gets or sets a value indicating whether the user can change the DisplayStyle via the dialog |
AllowChangeMaxVisbleItems | Gets or sets a value indicating whether the user can change the MaximumVisibleItems via the dialog |
AllowReorder | Gets or sets a value indicating whether the user can reorder the visible items via the dialog |
Cancel (Inherited from System.ComponentModel.CancelEventArgs) | |
PossibleDisplayStyleValues | Gets or sets a value of flags indicating which DisplayStyles the user can selected via the dialog. |
UseCustomFormBorders | Gets or sets a value indicating whether the dialog is displayed using custom form borders |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2