I am trying to do a basic get and set in MonoDevelop, but I am not very familiar with how to do them. Please see the error and let me know what you recommend.
vb Code:
Public Property UseVisualStyleBackColor As Boolean Get Return UseVisualStyleBackColor End Get Set(value As Boolean) UseVisualStyleBackColor = value End Set end propertyWrappingRadioButton\UserControl1.vb(0,0): Warning BC42026: Expression recursively calls the containing property 'UseVisualStyleBackColor'. (BC42026) (WrappingRadioButton)




Reply With Quote