:: org :: openoffice :: vba :: Excel ::

constants group XlMouseButton

Constants
xlNoButton  
xlPrimaryButton  
xlSecondaryButton  
Constants' Details
xlNoButton
const short xlNoButton = 0;
xlPrimaryButton
const short xlPrimaryButton = 1;
xlSecondaryButton
const short xlSecondaryButton = 2;
Top of Page