Find.Format 属性

定义

确定查找操作中是否包含格式设置。

public:
 property bool Format { bool get(); void set(bool value); };
public bool Format { get; set; }
member this.Format : bool with get, set
Public Property Format As Boolean

属性值

注解

如果查找操作中包含格式设置,则此属性返回 True ,否则返回 False 。 将属性值设置为 TrueFalse 以启用或禁用该功能。

适用于