B-Arts DocumentationIndice generale

BCheck

Linea B-Arts classica: questa scheda descrive BNetFramework (.NET Framework 4.8). Non usare firme o namespace come se appartenessero al BFramework moderno .NET 10.

Identità

  • Assembly/progetto: BNetFramework.

  • Target: .NET Framework 4.8.

  • Namespace CLR: BArts.BWindows.BControls.

  • Nome completo: BArts.BWindows.BControls.BCheck.

  • Tipo: class.

  • Ambito: runtime/interfaccia pubblica.

Ruolo

Tipo pubblico dei controlli Windows Forms della linea classica B-Arts.

Dichiarazione

<ToolboxBitmap("C:\mbimage\16\Controlli\MBCheck.bmp"), DefaultEvent("CheckChanged"), DefaultProperty("Checked")> _ Public NotInheritable Class BCheck

Classe base dichiarata: System.Windows.Forms.UserControl.

Interfacce dichiarate: IBControl.

Tipi annidati pubblici

Costruttori

Nome Dichiarazione
New Public Sub New()

Proprietà

Nome Dichiarazione
AutoAlignMB Public Property AutoAlignMB() As Boolean Implements IBControl.AutoAlignMB
AutoAllinea <Description("Imposta l'allineamento automatico con tutti i controlli MB aventi lo stesso valore di IndexAlign")> _ Public Property AutoAllinea() As Boolean Implements IBControl.AutoAllinea
IndexAlign Public Property IndexAlign() As Byte Implements IBControl.IndexAlign
LblWidth Public ReadOnly Property LblWidth() As Double Implements IBControl.LblWidth
LblWidth Public ReadOnly Property LblWidth(ByVal ValoreReale As Boolean) As Double
Left Public Shadows Property Left() As Double Implements IBControl.Left
Spaziatura Public Property Spaziatura() As Double Implements IBControl.Spaziatura
TextWidth Public Property TextWidth() As Double Implements IBControl.TextWidth
AttivaColoreSelezione <Description("Imposta il colore di sfondo quando il controllo possiede il fuoco")> _ Public Property AttivaColoreSelezione() As Boolean
BackColorLabel Public Property BackColorLabel() As Color
BackColorText Public Property BackColorText() As Color
BackColorSel Public Property BackColorSel() As Color
ForeColorLabel Public Property ForeColorLabel() As Color
ForeColorSel Public Property ForeColorSel() As Color
FontLabel Public Property FontLabel() As System.Drawing.Font
Enabled Public Shadows Property Enabled() As Boolean
BorderStyleLabel Public Property BorderStyleLabel() As BorderStyle
BorderStyleText Public Property BorderStyleText() As BorderStyle
AlignVerticalLabel Public Property AlignVerticalLabel() As mbeAllineamentoVerticale
AlignVerticalCheckBox Public Property AlignVerticalCheckBox() As mbeAllineamentoVerticale
CheckAlign Public Property CheckAlign() As mbeAllineamentoOrizzontale
PanelWidth Public Property PanelWidth() As Double
Invio <Description("Imposta l'avanzamento del fuoco al controllo successivo con la pressione del tasto INVIO")> _ Public Property Invio() As Boolean
Caption Public Property Caption() As String
Text1 Public Property Text1() As String
Text2 Public Property Text2() As String
Image1 Public Property Image1() As Image
Image2 Public Property Image2() As Image
ThreeState Public Property ThreeState() As Boolean
Checked Public Property Checked() As Boolean
CheckState Public Property CheckState() As CheckState
CheckStyle Public Property CheckStyle() As mbeStyleCheck
CheckType Public Property CheckType() As mbeTipoCheck

Eventi

Nome Dichiarazione
CheckChanged Public Event CheckChanged(ByVal sender As Object, ByVal e As EventArgs)

Metodi

Nome Dichiarazione
RedrawControls Public Sub RedrawControls()

Sorgenti verificati

  • Controls\BCheck\BCheck.vb