IFileDialogCustomize class com Interface

Exposes methods that allow an application to add controls to a common file dialog.

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