SplitterGrip Class
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.
Splitter used in between SplitterItems in a SplitterPanel.
public ref class SplitterGrip : System::Windows::Controls::Primitives::Thumb
public class SplitterGrip : System.Windows.Controls.Primitives.Thumb
type SplitterGrip = class
inherit Thumb
Public Class SplitterGrip
Inherits Thumb
- Inheritance
-
SplitterGrip
Constructors
SplitterGrip() |
Microsoft internal use only. |
Fields
OrientationProperty |
Microsoft internal use only. |
ResizeBehaviorProperty |
Microsoft internal use only. |
Properties
Orientation |
Microsoft internal use only. |
ResizeBehavior |
Microsoft internal use only. |
Methods
OnCreateAutomationPeer() |
Since this control can be only used with a mouse and cannot be reached via keyboard, prevent accessibility tools from interacting with this control. Setting the AutomationPeer to null prevents navigating to control using CapsLock + Left\Right. |