C# Class NetIde.Services.Shell.TaskDialog.NativeMethods.TASKDIALOGCONFIG

Mostra file Open project: netide/netide Class Usage Examples

Public Properties

Property Type Description
cButtons uint
cRadioButtons uint
cbSize uint
cxWidth uint
dwCommonButtons TaskDialogCommonButtons
dwFlags TASKDIALOG_FLAGS
nDefaultButton int
nDefaultRadioButton int
pfCallback TaskDialogCallback

Property Details

cButtons public_oe property

Count of custom Buttons.
public uint cButtons
return uint

cRadioButtons public_oe property

Count of radio Buttons.
public uint cRadioButtons
return uint

cbSize public_oe property

Size of the structure in bytes.
public uint cbSize
return uint

cxWidth public_oe property

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

dwCommonButtons public_oe property

Bit flags for commonly used buttons.
public TaskDialogCommonButtons dwCommonButtons
return TaskDialogCommonButtons

dwFlags public_oe property

Flags.
public TASKDIALOG_FLAGS dwFlags
return TASKDIALOG_FLAGS

nDefaultButton public_oe property

ID of default button.
public int nDefaultButton
return int

nDefaultRadioButton public_oe property

ID of default radio button.
public int nDefaultRadioButton
return int

pfCallback public_oe property

Function pointer for callback.
public TaskDialogCallback pfCallback
return TaskDialogCallback