[SOLVED] Enhanced tool tips for ribbon markup file?
-
Hello everybody, Does anybody know how to put commands in a ribbon markup file (for example a
ribbon.xml
)? Here's the code:Home Kill U. Applications res/kuAppsBlue.bmp res/kuAppsBlue16x16.bmp Kill K. Applications res/kuAppsBlue.bmp res/kuAppsBlue16x16.bmp Blank Screen res/bscreenBlue\_ico.bmp res/bscreenBlue\_ico16x16.bmp Disable Input res/key\_blanklock.bmp
-
Hello everybody, Does anybody know how to put commands in a ribbon markup file (for example a
ribbon.xml
)? Here's the code:Home Kill U. Applications res/kuAppsBlue.bmp res/kuAppsBlue16x16.bmp Kill K. Applications res/kuAppsBlue.bmp res/kuAppsBlue16x16.bmp Blank Screen res/bscreenBlue\_ico.bmp res/bscreenBlue\_ico16x16.bmp Disable Input res/key\_blanklock.bmp
-
Do you mean
Command.TooltipDescription
property[^]?One of these days I'm going to think of a really clever signature.
Yes, exactly what I was looking for, but how do you add return/enter spaces?, in C++ in a console application it is
\n
.Simple Thanks and Regards, Brandon T. H. Programming in C and C++ now, now developing applications, services and drivers (and maybe some kernel modules...psst kernel-mode drivers...psst). Many of life's failures are people who did not realize how close they were to success when they gave up. - Thomas Edison
-
Yes, exactly what I was looking for, but how do you add return/enter spaces?, in C++ in a console application it is
\n
.Simple Thanks and Regards, Brandon T. H. Programming in C and C++ now, now developing applications, services and drivers (and maybe some kernel modules...psst kernel-mode drivers...psst). Many of life's failures are people who did not realize how close they were to success when they gave up. - Thomas Edison