[This is preliminary documentation and is subject to change.]

Makes a radio button read-only.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static void ReadOnly(
	RadioButton rb
)
Visual Basic (Declaration)
Public Shared Sub ReadOnly ( _
	rb As RadioButton _
)
Visual C++
public:
static void ReadOnly(
	RadioButton^ rb
)

Parameters

rb
Type: System.Web.UI.WebControls..::.RadioButton
the Radio Button that is to be made read-only.

See Also