UITypeEditor.GetPaintValueSupported 메서드

정의

이 편집기에서 개체 값 표현를 칠할 수 있는지 여부를 나타냅니다.

오버로드

GetPaintValueSupported()

이 편집기에서 개체 값 표현를 칠할 수 있는지 여부를 나타냅니다.

GetPaintValueSupported(ITypeDescriptorContext)

지정된 컨텍스트에서 지정된 컨텍스트 내의 개체 값 표현를 칠할 수 있는지 여부를 나타냅니다.

GetPaintValueSupported()

이 편집기에서 개체 값 표현를 칠할 수 있는지 여부를 나타냅니다.

public:
 bool GetPaintValueSupported();
public bool GetPaintValueSupported ();
member this.GetPaintValueSupported : unit -> bool
Public Function GetPaintValueSupported () As Boolean

반환

PaintValue(Object, Graphics, Rectangle)이 구현되어 있으면 true이고, 그렇지 않으면 false입니다.

추가 정보

적용 대상

GetPaintValueSupported(ITypeDescriptorContext)

지정된 컨텍스트에서 지정된 컨텍스트 내의 개체 값 표현를 칠할 수 있는지 여부를 나타냅니다.

public:
 virtual bool GetPaintValueSupported(System::ComponentModel::ITypeDescriptorContext ^ context);
public virtual bool GetPaintValueSupported (System.ComponentModel.ITypeDescriptorContext context);
public virtual bool GetPaintValueSupported (System.ComponentModel.ITypeDescriptorContext? context);
abstract member GetPaintValueSupported : System.ComponentModel.ITypeDescriptorContext -> bool
override this.GetPaintValueSupported : System.ComponentModel.ITypeDescriptorContext -> bool
Public Overridable Function GetPaintValueSupported (context As ITypeDescriptorContext) As Boolean

매개 변수

context
ITypeDescriptorContext

추가 컨텍스트 정보를 얻는 데 사용할 수 있는 ITypeDescriptorContext입니다.

반환

PaintValue(Object, Graphics, Rectangle)이 구현되어 있으면 true이고, 그렇지 않으면 false입니다.

추가 정보

적용 대상