Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
830
UserControl mit UltraCheckEditor
posted

in an usercontrol that Inherits UltraCheckEditor i have to value a propertu when the checked is going to be done. that is an example: but it does not work . after the word example : i put the example i have done

 

#Region 

 

 

Imports 

 

 

#End

 

 

 

Inherits Global.Infragistics.Win.UltraWinEditors.UltraCheckEditor

 

 

 

 

Public Property StatoModulo() As String

Get

Return

mStatoModulo

 

 

End Get

 

Set(ByVal value As String) End Set

 

 End Property

 

Protected Overloads Sub OnCheckedChanged(ByVal e As System.EventArgs)

 

If Me.Checked = True Then

StatoModulo =

"SI"

 

mStatoModulo = value

 

 

 

 

 

 

 

 

StatoModulo =

 

 

 

 

 

 

 

 

 

 

Thanks

End Sub

End 

 

Class
End If

 

MyBase.OnCheckStateChanged()

 

End Sub

 

Public Sub New()

StatoModulo =

"NO"
"NO"
Else
Private mStatoModulo As String

 

Region

Public

 

Class MyCheck   Infragistics.Win.UltraWinEditors"Import"