ControlSkin.ApplySkin(Control) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Applies the skin to the Control control contained by the ControlSkin object.
public:
void ApplySkin(System::Web::UI::Control ^ control);
public void ApplySkin (System.Web.UI.Control control);
member this.ApplySkin : System.Web.UI.Control -> unit
Public Sub ApplySkin (control As Control)
Parameters
- control
- Control
The control to which to apply the skin.
Remarks
Passes the Control object associated with the ControlSkin class to the ControlSkinDelegate, which applies the skin to the Control object.
Applies to
See also
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.