Control.IdSeparator 属性

定义

获取用于分隔控件标识符的字符。Gets the character used to separate control identifiers.

protected:
 property char IdSeparator { char get(); };
protected char IdSeparator { get; }
member this.IdSeparator : char
Protected ReadOnly Property IdSeparator As Char

属性值

Char

分隔符字符。The separator character. 默认为“$”。The default is "$".

注解

属性中包含的字符 IdSeparator 用于分隔子控件的控件标识符。The character contained in the IdSeparator property is used to separate the control identifiers for child controls. ID 分隔符字符将追加到 ID 属性。The ID separator character is appended to the ID property.

适用于