MVPSI.JAMSWeb.Controls Namespace > ControlsCommon Class : ClientIDMode Property |
'Declaration
<System.ComponentModel.DefaultValueAttribute()> <System.Web.UI.ThemeableAttribute(False)> <WebCategoryAttribute("Behavior")> <WebSysDescriptionAttribute("Indicates how the ClientID should be generated for the control.")> Public Overridable Property ClientIDMode As System.Web.UI.ClientIDMode
'Usage
Dim instance As ControlsCommon Dim value As System.Web.UI.ClientIDMode instance.ClientIDMode = value value = instance.ClientIDMode
[System.ComponentModel.DefaultValue()] [System.Web.UI.Themeable(false)] [WebCategory("Behavior")] [WebSysDescription("Indicates how the ClientID should be generated for the control.")] public virtual System.Web.UI.ClientIDMode ClientIDMode {get; set;}
Target Platforms: 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