CheckBoxHandler Class

Definition

Represents the view handler for the abstract ICheckBox view and its platform-specific implementation.

public ref class CheckBoxHandler : Microsoft::Maui::Handlers::ViewHandler<Microsoft::Maui::ICheckBox ^, System::Object ^>, Microsoft::Maui::Handlers::ICheckBoxHandler
public class CheckBoxHandler : Microsoft.Maui.Handlers.ViewHandler<Microsoft.Maui.ICheckBox,object>, Microsoft.Maui.Handlers.ICheckBoxHandler
type CheckBoxHandler = class
    inherit ViewHandler<ICheckBox, obj>
    interface ICheckBoxHandler
    interface IViewHandler
    interface IElementHandler
Public Class CheckBoxHandler
Inherits ViewHandler(Of ICheckBox, Object)
Implements ICheckBoxHandler
Inheritance
Implements

Constructors

CheckBoxHandler()
CheckBoxHandler(IPropertyMapper)
CheckBoxHandler(IPropertyMapper, CommandMapper)

Fields

CommandMapper
Mapper

Properties

ContainerView

Gets the view that acts as a container for the PlatformView.

(Inherited from ViewHandler)
HasContainer

Gets or sets a value that indicates whether the PlatformView is contained within a view.

(Inherited from ViewHandler)
MauiContext (Inherited from ElementHandler)
NeedsContainer

Gets a value that indicates whether or not the VirtualView needs a container view.

(Inherited from ViewHandler)
PlatformView (Inherited from ViewHandler<TVirtualView,TPlatformView>)
Services (Inherited from ElementHandler)
VirtualView (Inherited from ViewHandler<TVirtualView,TPlatformView>)

Methods

ConnectHandler(TPlatformView) (Inherited from ViewHandler<TVirtualView,TPlatformView>)
CreatePlatformView()
DisconnectHandler(TPlatformView) (Inherited from ViewHandler<TVirtualView,TPlatformView>)
GetDesiredSize(Double, Double) (Inherited from ViewHandler<TVirtualView,TPlatformView>)
Invoke(String, Object) (Inherited from ElementHandler)
MapForeground(ICheckBoxHandler, ICheckBox)

Maps the abstract Foreground property to the platform-specific implementations.

MapIsChecked(ICheckBoxHandler, ICheckBox)

Maps the abstract IsChecked property to the platform-specific implementations.

PlatformArrange(Rect) (Inherited from ViewHandler<TVirtualView,TPlatformView>)
RemoveContainer() (Inherited from ViewHandler<TVirtualView,TPlatformView>)
SetMauiContext(IMauiContext) (Inherited from ElementHandler)
SetupContainer() (Inherited from ViewHandler<TVirtualView,TPlatformView>)
SetVirtualView(IElement) (Inherited from ViewHandler<TVirtualView,TPlatformView>)
SetVirtualView(IView) (Inherited from ViewHandler<TVirtualView,TPlatformView>)
UpdateValue(String) (Inherited from ElementHandler)

Explicit Interface Implementations

ICheckBoxHandler.PlatformView
ICheckBoxHandler.VirtualView
IElementHandler.DisconnectHandler() (Inherited from ElementHandler)
IElementHandler.PlatformView (Inherited from ViewHandler<TVirtualView,TPlatformView>)
IElementHandler.VirtualView (Inherited from ViewHandler<TVirtualView,TPlatformView>)
IViewHandler.ContainerView (Inherited from ViewHandler)
IViewHandler.VirtualView (Inherited from ViewHandler<TVirtualView,TPlatformView>)

Applies to