Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.UI.WebControls Namespace / Style Class / SkinID Property
In This Topic
    SkinID Property (Style)
    In This Topic
    Gets or sets the skin to apply to the control.
    Syntax
    [Browsable(true)]
    [Category("Behavior")]
    public override string SkinID {get; set;}

    Property Value

    The name of the skin to apply to the control. The default is System.String.Empty.
    Exceptions
    ExceptionDescription
    The style sheet has already been applied.- or -The Page_PreInit event has already occurred.- or -The control was already added to the Controls collection.
    Requirements

    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

    See Also