C# 클래스 NetIde.Shell.NiTaskDialogCommonButtonsEditor
파일 보기
프로젝트 열기: netide/netide
공개 메소드들
메소드 |
설명 |
|
EditValue ( ITypeDescriptorContext context, IServiceProvider provider, object value ) : object |
|
|
GetEditStyle ( ITypeDescriptorContext context ) : UITypeEditorEditStyle |
|
|
비공개 메소드들
메소드 |
설명 |
|
FixHeight ( System.Windows.Forms.FlowLayoutPanel container ) : void |
|
|
메소드 상세
public EditValue ( ITypeDescriptorContext context, IServiceProvider provider, object value ) : object |
context |
ITypeDescriptorContext |
|
provider |
IServiceProvider |
|
value |
object |
|
리턴 |
object |
|
public GetEditStyle ( ITypeDescriptorContext context ) : UITypeEditorEditStyle |
context |
ITypeDescriptorContext |
|
리턴 |
UITypeEditorEditStyle |
|