Click or drag to resize
OzGPC_IPListCombo Class
Inheritance Hierarchy
SystemObject
  OzGPC
    OzGPC_InputString
      OzGPC_ComboBox
        OzGPC_ComboBox_CollectionIPAddress
          Ozeki.VoIPOzGPC_IPListCombo

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.3.9.0
Syntax
public class OzGPC_IPListCombo : OzGPC_ComboBox_Collection<IPAddress>

The OzGPC_IPListCombo type exposes the following members.

Constructors
  NameDescription
Public methodOzGPC_IPListCombo
Initializes a new instance of the OzGPC_IPListCombo class
Top
Methods
  NameDescription
Public methodAddOption(String) (Inherited from OzGPC_ComboBox.)
Public methodAddOption(OzGPC_Option) (Inherited from OzGPC_ComboBox.)
Public methodAddOptions (Inherited from OzGPC_ComboBox.)
Public methodAddToolTip (Inherited from OzGPC.)
Public methodCallOnBlur (Inherited from OzGPC.)
Public methodCallOnChange (Inherited from OzGPC.)
Public methodCallOnClick (Inherited from OzGPC.)
Public methodCallOnFocusOut (Inherited from OzGPC.)
Protected methodCallOnInputValueChange (Inherited from OzGPC_InputString.)
Public methodCallOnKeyUp (Inherited from OzGPC.)
Public methodCallOnMouseDown (Inherited from OzGPC.)
Public methodCallOnMouseEnter (Inherited from OzGPC.)
Public methodCallOnMouseLeave (Inherited from OzGPC.)
Public methodCallOnMouseOut (Inherited from OzGPC.)
Public methodCallOnMouseOver (Inherited from OzGPC.)
Public methodCallOnMouseUp (Inherited from OzGPC.)
Public methodCheckDirty (Inherited from OzGPC.)
Protected methodCheckOwnerPages (Inherited from OzGPC.)
Public methodClear (Inherited from OzGPC_ComboBox.)
Public methodDispose (Inherited from OzGPC_ComboBox.)
Public methodExecute (Inherited from OzGPC.)
Protected methodFinalize (Inherited from OzGPC.)
Public methodGetIndex (Inherited from OzGPC_ComboBox.)
Public methodGetSessions (Inherited from OzGPC.)
Protected methodHeadElements (Inherited from OzGPC_ComboBox.)
Public methodIndex (Inherited from OzGPC.)
Public methodIndex(OzHttpRequestParams) (Inherited from OzGPC.)
Public methodIndexAjax (Inherited from OzGPC.)
Public methodInitModel (Inherited from OzGPC.)
Public methodInsertOption (Inherited from OzGPC_ComboBox.)
Public methodIsDirty (Inherited from OzGPC.)
Public methodIsDirtyClass (Inherited from OzGPC.)
Public methodIsDirtyStyle (Inherited from OzGPC.)
Public methodOnAjaxUpdate (Inherited from OzGPC.)
Public methodOnClientActionReceived (Inherited from OzGPC_ComboBox.)
Public methodOnSocketActionReceived (Inherited from OzGPC.)
Public methodRefresh (Inherited from OzGPC.)
Public methodRefreshClass (Inherited from OzGPC.)
Public methodRefreshStyle (Inherited from OzGPC.)
Public methodRemoveAt (Inherited from OzGPC_ComboBox.)
Public methodSetValue (Overrides OzGPC_Input.SetValue(Object).)
Public methodShowMessage(OzGPC_MessageBox) (Inherited from OzGPC.)
Public methodShowMessage(OzGPC_Dialog) (Inherited from OzGPC.)
Public methodSocketActionReceived (Inherited from OzGPC.)
Public methodSort (Inherited from OzGPC_ComboBox.)
Public methodToHtmlString (Inherited from OzGPC_ComboBox.)
Public methodToString (Inherited from OzGPC_ComboBox.)
Public methodTryParse(String, Object) (Overrides OzGPC.TryParse(String, Object).)
Public methodTryParse(String, Object, OzReflectionEx) (Inherited from OzGPC.)
Top
Fields
  NameDescription
Protected field_value (Inherited from OzGPC_InputString.)
Top
Properties
  NameDescription
Public propertyClass (Inherited from OzGPC.)
Public propertyCSS (Inherited from OzGPC.)
Public propertyEnabled (Inherited from OzGPC.)
Public propertyID (Inherited from OzGPC.)
Public propertyIsReadOnly (Inherited from OzGPC_InputString.)
Public propertyModel (Inherited from OzGPC_ComboBox.)
Public propertyName (Inherited from OzGPC_InputString.)
Public propertyOnLoad (Inherited from OzGPC.)
Public propertyOptions (Inherited from OzGPC_ComboBox.)
Public propertyOwnerPages (Inherited from OzGPC.)
Public propertyRequired (Inherited from OzGPC_InputString.)
Public propertyScript (Inherited from OzGPC.)
Public propertySelectedIndex (Inherited from OzGPC_ComboBox.)
Public propertySocket (Inherited from OzGPC.)
Public propertyValue
Public propertyVisibility (Inherited from OzGPC.)
Top
Events
  NameDescription
Public eventDisposed (Inherited from OzGPC.)
Public eventOnBlur (Inherited from OzGPC.)
Public eventOnChange (Inherited from OzGPC.)
Public eventOnClick (Inherited from OzGPC.)
Public eventOnFocusOut (Inherited from OzGPC.)
Public eventOnInputValueChanged (Inherited from OzGPC_InputString.)
Public eventOnKeyUp (Inherited from OzGPC.)
Public eventOnMouseDown (Inherited from OzGPC.)
Public eventOnMouseEnter (Inherited from OzGPC.)
Public eventOnMouseLeave (Inherited from OzGPC.)
Public eventOnMouseOut (Inherited from OzGPC.)
Public eventOnMouseOver (Inherited from OzGPC.)
Public eventOnMouseUp (Inherited from OzGPC.)
Top
See Also