DateTimePicker::DateTimePickerAccessibleObject::KeyboardShortcut Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the shortcut key or access key for the accessible object.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property String^ KeyboardShortcut {
	virtual String^ get() override;
}

Property Value

Type: System::String^

The shortcut key or access key for the accessible object.

.NET Framework
Available since 2.0
Return to top
Show: