PaintValueEventArgs.Context 屬性

定義

取得 ITypeDescriptorContext 介面,用來取得這個數值出現所在內容的其他相關資訊。

public:
 property System::ComponentModel::ITypeDescriptorContext ^ Context { System::ComponentModel::ITypeDescriptorContext ^ get(); };
public System.ComponentModel.ITypeDescriptorContext Context { get; }
public System.ComponentModel.ITypeDescriptorContext? Context { get; }
member this.Context : System.ComponentModel.ITypeDescriptorContext
Public ReadOnly Property Context As ITypeDescriptorContext

屬性值

ITypeDescriptorContext,表示事件的內容。

適用於