'Declaration Public Enum RuntimeCustomizationOptions Inherits System.Enum
public enum RuntimeCustomizationOptions : System.Enum
Member | Description |
---|---|
All | All runtime customize options are enabled. |
AllowAltClickToolDragging | A tool can be dragged by holding the Alt key while pressing the left mouse button down on a tool. |
AllowCustomizeDialog | The customize option will be displayed in the toolbar list dropdown and the add or remove buttons flyout menu. |
AllowImageEditing | Options are included in the context menu displayed while in the runtime customize dialog that allow the user to manipulate the image of a tool. |
AllowToolbarLocking | An option is included in the toolbar list dropdown that allows the end user to lock toolbars. |
None | No customization options are allowed. Note, this is a flagged enumerator so None is only honored when not combined with other values from the enumeration. |
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