Version

RuntimeCustomizationOptions Enumeration

Enumeration used to determine which customization options are available by the end user at runtime.
Syntax
'Declaration
 
Public Enum RuntimeCustomizationOptions 
   Inherits System.Enum
public enum RuntimeCustomizationOptions : System.Enum 
Members
MemberDescription
AllAll runtime customize options are enabled.
AllowAltClickToolDraggingA tool can be dragged by holding the Alt key while pressing the left mouse button down on a tool.
AllowCustomizeDialogThe customize option will be displayed in the toolbar list dropdown and the add or remove buttons flyout menu.
AllowImageEditingOptions are included in the context menu displayed while in the runtime customize dialog that allow the user to manipulate the image of a tool.
AllowToolbarLockingAn option is included in the toolbar list dropdown that allows the end user to lock toolbars.
NoneNo customization options are allowed. Note, this is a flagged enumerator so None is only honored when not combined with other values from the enumeration.
Requirements

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

See Also