Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
InkToolbarInitialControls Enum
Definition
- Namespace:
- Windows.UI.Xaml.Controls
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.
Defines constants that specify the built-in buttons (InitialControls) added to an InkToolbar at initialization.
public enum class InkToolbarInitialControls
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class InkToolbarInitialControls
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum InkToolbarInitialControls
Public Enum InkToolbarInitialControls
- Inheritance
-
InkToolbarInitialControls
- Attributes
Windows requirements
| Requirements | Description |
|---|---|
| Device family |
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced in v3.0)
|
Fields
| Name | Value | Description |
|---|---|---|
| All | 0 | All built-in buttons are added. |
| None | 1 | No built-in buttons are added. |
| PensOnly | 2 | All built-in pen buttons are added: |
| AllExceptPens | 3 | All built-in, non-pen buttons are added: |
Applies to
See also
Feedback
Was this page helpful?
