Table of Contents

Class GuiRadioButton

Namespace
SapGui.Wrapper
Assembly
SapGui.Wrapper.dll

Wraps a SAP GUI radio button (GuiRadioButton).

public class GuiRadioButton : GuiComponent
Inheritance
GuiRadioButton
Inherited Members

Properties

Selected

Gets or sets the selected state.

public bool Selected { get; set; }

Property Value

bool

Text

Label text.

public override string Text { get; }

Property Value

string

Methods

SetFocus()

Moves keyboard focus to this component.

public override void SetFocus()

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.