IFileDialogCustomize class com Interface

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
ptr Pointer<COMObject>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

AddCheckButton(int dwIDCtl, Pointer<Utf16> pszLabel, int bChecked) int
AddComboBox(int dwIDCtl) int
AddControlItem(int dwIDCtl, int dwIDItem, Pointer<Utf16> pszLabel) int
AddEditBox(int dwIDCtl, Pointer<Utf16> pszText) int
AddMenu(int dwIDCtl, Pointer<Utf16> pszLabel) int
AddPushButton(int dwIDCtl, Pointer<Utf16> pszLabel) int
AddRadioButtonList(int dwIDCtl) int
AddRef() int
inherited
AddSeparator(int dwIDCtl) int
AddText(int dwIDCtl, Pointer<Utf16> pszText) int
EnableOpenDropDown(int dwIDCtl) int
EndVisualGroup() int
GetCheckButtonState(int dwIDCtl, Pointer<Int32> pbChecked) int
GetControlItemState(int dwIDCtl, int dwIDItem, Pointer<Int32> pdwState) int
GetControlState(int dwIDCtl, Pointer<Int32> pdwState) int
GetEditBoxText(int dwIDCtl, Pointer<Pointer<Uint16>> ppszText) int
GetSelectedControlItem(int dwIDCtl, Pointer<Uint32> pdwIDItem) int
MakeProminent(int dwIDCtl) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
QueryInterface(Pointer<GUID> riid, Pointer<Pointer<NativeType>> ppvObject) int
inherited
Release() int
inherited
RemoveAllControlItems(int dwIDCtl) int
RemoveControlItem(int dwIDCtl, int dwIDItem) int
SetCheckButtonState(int dwIDCtl, int bChecked) int
SetControlItemState(int dwIDCtl, int dwIDItem, int dwState) int
SetControlItemText(int dwIDCtl, int dwIDItem, Pointer<Utf16> pszLabel) int
SetControlLabel(int dwIDCtl, Pointer<Utf16> pszLabel) int
SetControlState(int dwIDCtl, int dwState) int
SetEditBoxText(int dwIDCtl, Pointer<Utf16> pszText) int
SetSelectedControlItem(int dwIDCtl, int dwIDItem) int
StartVisualGroup(int dwIDCtl, Pointer<Utf16> pszLabel) int
toInterface(String iid) Pointer<COMObject>
Cast an existing COM object to a specified interface.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited