MobileControl.SkinID プロパティ
定義
コントロールに適用するスキンの ID を取得します。Gets the ID of the skin to apply to the control. この API は、互換性のために残されています。This API is obsolete. ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps & Sites with ASP.NET」 (ASP.NET でのモバイル アプリおよびサイト) を参照してください。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
property System::String ^ SkinID { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public override sealed string SkinID { get; set; }
member this.SkinID : string with get, set
Public Overrides NotOverridable Property SkinID As String
プロパティ値
- 属性
例外
注釈
MobileControl クラスは、テーマをサポートしていません。The MobileControl class does not support theming. SkinID プロパティを設定しようとすると、NotSupportedException 例外がスローされます。If an attempt to set the SkinID property is made, a NotSupportedException exception is thrown.