Click or drag to resize

IHandUIView Interface

Provides common view functionality

Namespace:  ImmerseSDK.UI
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public interface IHandUIView

The IHandUIView type exposes the following members.

Methods
  NameDescription
Public methodAddTopShelfCommand
Adds a command to the top shelf
Public methodApplyColours(HandUIMenuItem)
Apply the preset colors on the item
Public methodApplyColours(HandUIMenuItem, Color)
Apply the preset colors on the item, plus an override color for enabled
Public methodCreateNewButton
Creates a new UI button
Public methodMenuDetached
Menu has been detached or reset
Public methodRefresh
Refresh state
Public methodRemoveShelfCommand
Removes a command from the top shelf
Public methodSelectTopShelfCommand
Selected a top shelf command
Public methodSetHand
Sets the hand for the view (left or right)
Public methodShowHelpText
Displays help text on a shelf, or hides the shelf if no text needed
Top
See Also