C# 클래스 NetIde.Services.Shell.TaskDialog.NativeMethods.TASKDIALOGCONFIG

파일 보기 프로젝트 열기: netide/netide 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
cButtons uint
cRadioButtons uint
cbSize uint
cxWidth uint
dwCommonButtons TaskDialogCommonButtons
dwFlags TASKDIALOG_FLAGS
nDefaultButton int
nDefaultRadioButton int
pfCallback TaskDialogCallback

프로퍼티 상세

cButtons 공개적으로 프로퍼티

Count of custom Buttons.
public uint cButtons
리턴 uint

cRadioButtons 공개적으로 프로퍼티

Count of radio Buttons.
public uint cRadioButtons
리턴 uint

cbSize 공개적으로 프로퍼티

Size of the structure in bytes.
public uint cbSize
리턴 uint

cxWidth 공개적으로 프로퍼티

Width of the Task Dialog's area in DLU's.
public uint cxWidth
리턴 uint

dwCommonButtons 공개적으로 프로퍼티

Bit flags for commonly used buttons.
public TaskDialogCommonButtons dwCommonButtons
리턴 TaskDialogCommonButtons

dwFlags 공개적으로 프로퍼티

Flags.
public TASKDIALOG_FLAGS dwFlags
리턴 TASKDIALOG_FLAGS

nDefaultButton 공개적으로 프로퍼티

ID of default button.
public int nDefaultButton
리턴 int

nDefaultRadioButton 공개적으로 프로퍼티

ID of default radio button.
public int nDefaultRadioButton
리턴 int

pfCallback 공개적으로 프로퍼티

Function pointer for callback.
public TaskDialogCallback pfCallback
리턴 TaskDialogCallback