Glossary Item Box

LabDevTools Spedisci un commento su questo argomento.

CursorType

Ottiene o imposta il tipo di cursore.

 

[Visual Basic]
Public Property CursorType As SliderCursors
[C#]
public SliderCursors CursorType

[Visual Basic]

Public Enum SliderCursors As Byte
     None
     Led

     Value

     Image
 End Enum

 

[C#]

public enum SliderCursors : byte

{

     None,
     Led,

     Value,

     Image

}

 

Osservazioni:

Di default è VSliderCursors.Led.

Vedere anche:

ActiveLedColor | CursorColor | CursorHeight | CursorImage | CursorWidth | InactiveLedColor

 

 


Copyright © 2007 LabDevTools. All Rights Reserved.