ScrollableControl.DockPaddingEdgesConverter.GetPropertiesSupported メソッド

定義

指定したコンテキストを使用して、現在のオブジェクトがプロパティをサポートしているかどうかを返します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 override bool GetPropertiesSupported(System::ComponentModel::ITypeDescriptorContext ^ context);
public override bool GetPropertiesSupported (System.ComponentModel.ITypeDescriptorContext context);
public override bool GetPropertiesSupported (System.ComponentModel.ITypeDescriptorContext? context);
override this.GetPropertiesSupported : System.ComponentModel.ITypeDescriptorContext -> bool
Public Overrides Function GetPropertiesSupported (context As ITypeDescriptorContext) As Boolean

パラメーター

context
ITypeDescriptorContext

書式指定コンテキストを提供する ITypeDescriptorContext

戻り値

Boolean

常に true

適用対象