Calendar for WinForms | ComponentOne
C1.Win.C1Input Namespace / UIStrings Class
Properties Methods Events


In This Topic
    UIStrings Class Members
    In This Topic

    The following tables list the members exposed by UIStrings.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of elements contained in the collection.  
    Public Property  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds a string to the collection, specifying the ordinal.  
    Public MethodAdds a string to the collection, preserving the order.  
    Public MethodReturns the description of a string.  
    Public MethodReturns the key of an item with the specified index.  
    Public MethodGets the string by its index.  
    Public MethodTests whether a string in the collection has default value.  
    Public MethodOverloaded. Sets all strings in collection to their default values.  
    Public MethodSets the value of a string with the specified index.  
    Public MethodIndicates whether any of the strings in the current collection have non-default values.  
    Top
    Protected Methods
     NameDescription
    Protected MethodFires the CollectionChanged event.  
    Protected MethodFires the ItemAdded event.  
    Protected MethodFires the ItemChanged event.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the collection has been changed.  
    Public EventOccurs when a new item is added to the collection.  
    Public EventOccurs when an item in the collection is changed.  
    Top
    See Also