UE2:MoCheckBox (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
![]() |
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIMenuOption >> MoCheckBox |
- Package:
- XInterface
- This class in other games:
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Class: XInterface.moCheckBox Combines a label and check box button.
Properties
Property group 'Option'
bChecked
Type: bool
Modifiers: noexport, editconst, deprecated
CheckStyleName
Type: string
MyCheckBox
Type: GUICheckBoxButton
Modifiers: noexport, editconst
Default values
Property | Value |
---|---|
bSquare | True |
CaptionWidth | 0.8 |
ComponentClassName | "XInterface.GUICheckBoxButton" |
Functions
Events
InitComponent
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIMenuOption.InitComponent
Other instance functions
ButtonChecked
function ButtonChecked (GUIComponent Sender)
Checked
GetComponentValue
function string GetComponentValue ()
Overrides: GUIMenuOption.GetComponentValue
InternalClick
private function bool InternalClick (GUIComponent Sender)
IsChecked
function bool IsChecked ()
ResetComponent
function ResetComponent ()
Overrides: GUIMenuOption.ResetComponent
SetComponentValue
Overrides: GUIMenuOption.SetComponentValue