API Reference

Class

HtmlSemanticFormControl

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Modifiers sealed

Typed HTML form-control state.

Inheritance

  • Object
  • HtmlSemanticFormControl

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Properties

public String Type { get; } #

Normalized control type.

public String Name { get; } #

Control name.

public String Value { get; } #

Current value.

public Boolean IsChecked { get; } #

Checked or selected state.

public Boolean IsDisabled { get; } #

Disabled state.