VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormSwitchableButtonField Class / IsChecked Property
Синтаксис Требования Смотрите также
В этом разделе
    IsChecked Свойство (PdfInteractiveFormSwitchableButtonField)
    В этом разделе
    Возвращает или задает значение, указывающее, отмечена ли кнопка.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Value")>
    <RefreshPropertiesAttribute(Repaint)>
    <DefaultValueAttribute(False)>
    <DescriptionAttribute("A value indicating whether the button is checked.")>
    Public Property IsChecked As Boolean
    
    
    [Category("Value")]
    [RefreshProperties(Repaint)]
    [DefaultValue(False)]
    [Description("A value indicating whether the button is checked.")]
    public bool IsChecked { get; set; }
    
    
    [Category("Value")]
    [RefreshProperties(Repaint)]
    [DefaultValue(False)]
    [Description("A value indicating whether the button is checked.")]
    public: __property bool get_IsChecked();
    public: __property void set_IsChecked(
    bool value
    );
    [Category("Value")]
    [RefreshProperties(Repaint)]
    [DefaultValue(False)]
    [Description("A value indicating whether the button is checked.")]
    public:
    property bool IsChecked { bool get(); void set(bool value); }

    Property Value

    True - переключатель отмечен; false - переключатель НЕ отмечен.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также