CoreWindowDialog.DefaultCommandIndex Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the index of the dialog window's default command.
public:
property unsigned int DefaultCommandIndex { unsigned int get(); void set(unsigned int value); };
uint32_t DefaultCommandIndex();
void DefaultCommandIndex(uint32_t value);
public uint DefaultCommandIndex { get; set; }
var uInt32 = coreWindowDialog.defaultCommandIndex;
coreWindowDialog.defaultCommandIndex = uInt32;
Public Property DefaultCommandIndex As UInteger
Property Value
The index value of the dialog window's default command (such as OK).