Version

FlagsObject class Members

The following tables list the members exposed by FlagsObject.

Public Constructors
 NameDescription
Public ConstructorFlagsObject Constructor  
Public Methods
 NameDescription
Public Methoddisposefor internal use  
Public MethodgetDraggableReturns the resolved dragability of a UIObject.  
Public MethodgetDroppableReturns the resolved dropability of a UIObject.  
Public MethodgetEditable  
Public MethodgetEnabled  
Public MethodgetFocusable  
Public MethodgetFocusedReturns true if the UIObject is focused.  
Public MethodgetHoverableReturns the resolved hoverability of a UIObject.  
Public MethodgetHovered  
Public MethodgetKBNavigableReturns true if the UIObject and be navigated with the keyboard.  
Public MethodgetSelectable  
Public MethodgetSelected  
Public MethodgetVisible  
Public MethodsetDraggableSets ability to drag.  
Public MethodsetDroppableSets ability to drop.  
Public MethodsetEditableSets ability to edit.  
Public MethodsetEnabledSets enabled state.  
Public MethodsetFocusableSets ability to get focus.  
Public MethodsetFocusedSets focus state.  
Public MethodsetHoverableSets ability to hover.  
Public MethodsetHoveredSets hover state.  
Public MethodsetKBNavigableSets ability to process keyboard.  
Public MethodsetSelectableSets ability to select.  
Public MethodsetSelectedSets selected state.  
Public MethodsetVisibleSets visibility.  
See Also