CustomWpfControlType Enumeration |
A list of control types that can be replaced by custom controls.
Namespace: Rally.RestApi.UiForWpfAssembly: Rally.RestApi.UiForWpf (in Rally.RestApi.UiForWpf.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax public enum CustomWpfControlType
Public Enumeration CustomWpfControlType
public enum class CustomWpfControlType
type CustomWpfControlType
Members
| Member name | Value | Description |
---|
| Buttons | 0 |
Replaces the default Button with a custom one. The replacement button must extend from Button.
|
| TabControl | 1 |
Replaces the default tab control with a custom one. The replacement tab control must extend from Selector.
|
| TabItem | 2 |
Replaces the default tab item with a custom one. The replacement tab item control must extend from HeaderedContentControl.
|
See Also