'Declaration <CategoryAttribute("VintaSoft")> <DescriptionAttribute("A value indicating whether the focus point is fixed relatively the client rectangle of the viewer.")> <DefaultValueAttribute(True)> Public Property IsFocusPointFixed As Boolean
[Category("VintaSoft")] [Description("A value indicating whether the focus point is fixed relatively the client rectangle of the viewer.")] [DefaultValue(True)] public bool IsFocusPointFixed { get; set; }
[Category("VintaSoft")] [Description("A value indicating whether the focus point is fixed relatively the client rectangle of the viewer.")] [DefaultValue(True)] public: __property bool get_IsFocusPointFixed(); public: __property void set_IsFocusPointFixed(
bool value
);
[Category("VintaSoft")] [Description("A value indicating whether the focus point is fixed relatively the client rectangle of the viewer.")] [DefaultValue(True)] public:
property bool IsFocusPointFixed { bool get(); void set(bool value); }
Property Value
True - точка фокусировки фиксирована относительно клиентского прямоугольника просмотрщика, т. е. точка фокусировки изменяется в соответствии с FocusPointAnchor во время масштабирования и прокрутки; false - точка фокусировки НЕ фиксирована относительно клиентского прямоугольника просмотрщика, т. е. точка фокусировки НЕ изменяется во время масштабирования и прокрутки.