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

返品

true すべてのケースで。

適用対象