InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.Localization Namespace / EndUserLocalizeOptionsAttribute Class / ExcludedMembers Property

In This Topic
    ExcludedMembers Property (EndUserLocalizeOptionsAttribute)
    In This Topic
    Defines a list of members of control that should be excluded from localization. Currently used only AddControlToResources application for automatically generating control resources.
    Syntax
    'Declaration
     
    Public Property ExcludedMembers As String()
    public string[] ExcludedMembers {get; set;}
    See Also