Share via


CursorConverter.GetStandardValuesSupported(ITypeDescriptorContext) メソッド

定義

指定したコンテキストを使用して、リストから選択できる標準値セットをこのオブジェクトがサポートするかどうかを判断します。

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

パラメーター

context
ITypeDescriptorContext

このコンバーターの呼び出し元の環境に関する情報を提供する書式指定コンテキスト。

戻り値

常に true を返します。

適用対象