IUIElement Interface

Definition

Shows or hides a user interface element. Implemented by the element and used by the container.

public interface class IUIElement
public interface class IUIElement
__interface IUIElement
[System.Runtime.InteropServices.Guid("759D0500-D979-11CE-84EC-00AA00614F3E")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IUIElement
[System.Runtime.InteropServices.Guid("759D0500-D979-11CE-84EC-00AA00614F3E")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IUIElement
[<System.Runtime.InteropServices.Guid("759D0500-D979-11CE-84EC-00AA00614F3E")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IUIElement = interface
[<System.Runtime.InteropServices.Guid("759D0500-D979-11CE-84EC-00AA00614F3E")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IUIElement = interface
Public Interface IUIElement
Attributes

Methods

Hide()

Hides the user interface element.

IsVisible()

Indicates whether or not the UI element is visible.

Show()

Shows the user interface element.

Applies to